// 公共部分

.list_ul {
    overflow: hidden;

    ul {
        display: flex;
        flex-wrap: wrap;


        li {

            box-sizing: border-box;

            a {
                display: block;

            }

        }
    }
}

@color: #e70113;
@font-face{
    font-family: fontm;
    src: url(../font/060-CAI978.ttf);
}
@font-face{
    font-family: helv;
    src: url(../font/HelveticaObl-Heavy_0.ttf);
}
.transition {
    transition: all ease-in-out 0.3s;

}

.img-transform {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}

.big_img {
    .img {
        overflow: hidden;

        img,
        h1,
        h2,
        h3,
        h4,
        h5 {
            .transition;
        }
    }

    &:hover img {
        .img-transform;
    }

    &:hover h1,
    &:hover h2,
    &:hover h3,
    &:hover h4 &:hover h5 {
        color: @color;
    }
}
.con1400{
   max-width: 1400px;
   width: 100%;
    margin: 0 auto;
}
.con1300{
    max-width: 1300px;
   width: 100%;
    margin: 0 auto;
}
.con1200{
    max-width: 1200px;
   width: 100%;
    margin: 0 auto;
}
// 公共结束


.head_pc{
    position: fixed;
    top: 0;
    display: none;
    z-index: 9999;
    display: flex;
    justify-content: center;
    width: 100%;
    
    .con1300{
        display: flex;
        background: rgba(255,255,255,0.9);
        justify-content: space-between;
        align-items: center;
        // padding: 10px 0;
        .logo{
            padding:0 50px;
        }
        .nav{
            // background-color: #ad2a2f;
            ul.menu{
                display: flex;
                justify-content: space-between;
                white-space: nowrap;
                li.main_item{
                    position: relative;
                    &>a{
                        display: block;
                        line-height: 70px;
                        font-size: 16px;
                        color: #333;
                        padding:0 20px;
                        .transition;
                       
                        &.hover,
                    &:hover{
                        color: @color;
                        // background-color: @color;
                        
                    }
                    }
                    
                    .uls2{
                        position: absolute;
                        width: 100%;
                        left: 0;
                        top:70px;
                        background: rgba(0,0,0,0.5);
                        display: none;
                        li{
                            a{
                                display: block;
                                line-height: 34px;
                                width: 100%;
                                overflow: hidden;
                                text-overflow: ellipsis;
                                white-space: nowrap;
                                text-align: center;
                                color: #fff;
                                border-bottom: 1px dashed #ccc;
                                &:hover{
                                    color: @color;
                                }
                            }
                        }
                    }
                    
                }
            }
        }
        .pc_tel{
            width: 220px;
            height: 100%;
         display: flex;
         align-items: center;
            
            p{
                width: 100%;
                background-color: #e70113;
                color: #fff;
                font-size: 16px;
                display: flex;
                align-items: center;
                justify-content: center;
                height:60px;
                span{
                    display: block;
                    text-align: center;
                    line-height: 30px;
                }
            }
            ul{
                display: flex;
             width: 80%;
                li{
                    width: 50%;
                    background-color: #b5b5b5;
                    a{
                        display: block;
                        font-size: 16px;
                        text-align: center;
                        line-height: 40px;
                        color:#fff;
                    }
                    &:last-child{
                        background-color: #989898;
                    }
                }
            }
        }
    }
}

.index_type{
    padding:4% 0 2% 0;
    
    h1{
        font-size: 40px;
        text-align: center;
        padding-bottom: 20px;
        background: url(../images/type_icon.png) no-repeat center bottom;
    }
    .type_sum{
        text-align: center; 
        color: #676767;
        padding: 10px 0;
    }
}

.index_pro{
    background-color: #f5f5f5;
    .pro_main{
        display: flex;
        justify-content: space-between;
        padding: 1% 0 2% 0;
        .pro_type_list{
            width: 100%;
            max-width: 310px;
            ul{
                li{
                    a{
                        display: block;
                        
                        line-height: 52px;
                        border-bottom:1px solid #ccc;
                        text-indent: 2em;
                        font-size: 16px;
                        color: #5a5a5a;
                        .transition;
                        
                        &:hover{
                            color:#fff;
                            background-color: @color;
                        }
                    }
                    &:first-child a{
                        color:#fff;
                        background-color: @color;
                    }

                }
            }
        }
    }
    .list_ul{
        width: 100%;
        max-width: 930px;
        
        ul{
            margin:0 -20px;
            li{
                padding:0 20px;
                width: 33.33%;
                &:last-child{
                    display: none;
                }
                a{
                    display: block;
                    
                    .img{
                        border:1px solid #ccc;
                        
                    }
                    h1{
                        text-align: center;
                        padding: 10px 0;
                        width: 100%;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                    }
                    &:hover h1{
                       color: #fff;
                       background-color: @color;
                       .transition;
                    }
                }
                &:last-child{
                    a{
                        .img{
                            h1{
                                right: 0;
                                left: auto;
                            }
                        }
                    }
                }
            }
        }
    }
}

.index_ab{

    .about_cont{
        display: flex;
      
        .img{
            width: 38%;
            display: flex;
            align-items: center;
            video{
                width: 100%;
            }
        }
        .content{
            width: 66%;
            padding: 40px;
            padding-bottom: 0;
            box-sizing: border-box;
            background-color: #f5f5f5;
            h2{
                font-size: 24px;
            }
            .read_cont{
                line-height: 26px;
                padding-top: 14px;
                img{
                    display: none;
                }
            }
        }
    }
    .main_pro{
        display: flex;
        .main_sum{
            width: 54%;
            background-color: @color;
            color: #fff;
            padding: 34px;
            padding-bottom: 0;
            box-sizing: border-box;
            h2{
                font-size: 30px;
            }

            .cont{
                line-height: 26px;
                padding: 10px 0;
            }
        }
        .img{
            width: 46%;
        }
        .more{
            background: url(../images/more_icon2.png) no-repeat center bottom;
            margin-top: 4%;
        }
    }
   
}
.more{
    display: block;
    width: 112px;
    line-height: 32px;
    padding-bottom: 5px;
    
}


.index_appli{
    .list_ul{
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-width: 1609px;

        .img{
            position: relative;
            h1{
                position: absolute;
                right: 0;
                bottom: 0;
                padding:0 20px;
                line-height: 46px;
                text-align: center;
                color: #fff;
                background: rgba(0,0,0,0.8);
            }
        }
        .ul_right{
            width: 618px;
            ul{
                display: flex;
                justify-content: space-between;
                margin: 18px 0;
            }
        }
    }
    .type_cont{
        display: flex;
        justify-content: space-between;
        h1{
            background-color: @color;
            width: 90px;
            height: 110px;
            display: flex;
            align-items: center;
            justify-content: center;
            p{
                font-size: 24px;
                color: #fff;
            }
        }
        .cont{
            width: 480px;
            p{
                padding: 16px 0;
                line-height: 26px;
            }
            .more{
                background: url(../images/more_icon.png) no-repeat center bottom;
            }
        }
    }
}
.index_advan{
    .list_ul{
        background-color: #f5f5f5;
    }
    ul{
        li{
            width: 33.33%;
            a{
                display: block;
                
                .cont{
                    padding: 34px;
                    height: 267px;
                    box-sizing: border-box;
                    // padding-bottom: 0;
                    h1{
                        font-size: 20px;
                    }
                    .sum{
                        line-height: 28px;
                        // font-size: 16px;
                        color: #626262;
                        padding-top: 10px;
                    }
                }
            }
            &:nth-child(2) a{
                display: flex;
                flex-direction: column-reverse;
            }
        }
    }
}


.index_news{
    .news_list{
        display: flex;
        justify-content: space-between;
        .news_one{
            width: 100%;
            max-width: 590px;
            .title{
                display: flex;
                justify-content: space-between;
                align-items: center;
                h1{
                    font-size: 20px;
                }
                
            }
            .sum{
                margin: 16px 0;
                overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
            }
        }
        ul{
            width: 100%;
            max-width: 650px;
            li{
                a{
                    display: block;
                    padding: 20px 0;
                    border-bottom: 1px solid #ccc;
                    .title{
                        display: flex;
                        justify-content: space-between;
                        align-items: center;
                    }
                    h1{
                        font-size: 20px;
                    }
                    .sum{
                        margin: 16px 0;
                        line-height: 26px;
                        color: #626262;
                overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
                    }
                }
            }
        }
    }
}

.footer{
    margin-top: 4%;
    
    background-color: #f5f5f5;
    .con1300{
      
        .foo_nav{
            ul.ul1{
                display: flex;
                justify-content: space-between;
                border-bottom: 1px solid #ccc;
                .ul1_li{
                    // padding:0 35px;
                    a{
                        line-height: 90px;
                        font-size: 16px;
                    }
                    ul{
                        padding:14px 0;
                        li{
                            a{
                                display: block;
                                line-height: 38px;
                                
                            }
                        }
                    }
                }
            }
        }
        .foo_main{
            padding: 4% 0;
            display: flex;
            // align-items: center;
            justify-content: space-between;
            .foo_icon{
                h1{
                    font-size: 20px;
    color: #626262;
                }
                ul{
                    display: flex;
                    align-items: center;
                    padding-top: 10px;
                    li{
                       padding: 5px;
                        a{
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            border-radius: 50%;
                            width: 32px;
                            height: 32px;
                            background-color: #333;
                        }
                    }
                }
            }
            .nav_pro{
                h1{
                    font-size: 20px;
                    color: #626262;
                    
                }
                ul{
                    padding-top: 10px;
                    li{
                        a{
                            line-height: 30px;
                            font-size: 16px;
                        }
                    }
                }
            }

            .foo_con{
                h1{
                    font-size: 20px;
                    color: #626262; 
                }
                .content{
                    padding-top: 10px;
                    line-height: 26px;
                }
            }

            .qd{
                img{
                    max-width: 120px;

                }
                p{
                    line-height: 30px;
                    text-align: center;
                    padding: 5px 0;
                }
            }
        }
    }
}

.foo_bottom{
    background-color: @color;
    border-top:1px solid #333;
    padding:0.5% 0;
    .con1300{
        display: flex;
        align-items: center;
        justify-content: space-between;
        a{
            display: block;
            color: #fff;
            line-height: 30px;
        }
    }
}
.product_left{
    width: 282px;

    .pro_type{
        margin-bottom: 40px;
       h2{
        font-size: 34px;
        font-family: Arial;
        line-height: 36px;
        i{
            color: @color;
        }
       }
       h1{
           font-size: 36px;
           line-height: 50px;
       }
    }

    ul{
        .lis{
            margin-bottom: 8px;
            &>a.treeone{
                display: flex;
                border:1px solid #ccc;
                line-height: 40px;
                padding:0 20px;
                font-size: 16px;
                justify-content: space-between;
                align-items: center;
                
            }
            ul.uls2{
                padding: 10px;
                li.lis2{
                    a.treetwo{
                        display: flex;
                        justify-content: space-between;
                        align-items: center;
                        line-height: 40px;
                        padding:0 10px;
                        border-bottom: 1px dashed #ccc;
                         &:hover,
                                &.hover{
                                    color: @color;
                                }
                    }
                    .uls3{
                        padding:10px 0;
                        display: none;
                        li{
                            a{
                                display: block;
                                line-height: 30px;
                                padding-left: 40px;
                                &:hover,
                                &.hover{
                                    color: @color;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
.products{
    // padding: 4% 0;
    .con1300{
        // display: flex;
        // justify-content: space-between;
    
        .products_list{
            display: flex;
            justify-content: space-between;
        }
        .list_ul{
            width: 100%;
            max-width: 910px;

            .path{
                padding-bottom: 32px;
                border-bottom: 1px solid #ccc;
                a{
                    font-size: 23px;
                    text-align: right;
                    color: #5e5e5e;
                    display: block;
                    padding-right: 38px;
                    background: url(../images/path_icon.png) no-repeat center right;
                }
            }
            ul{
                margin:-20px;
                li{
                    padding: 20px;
                    width: 33.33%;
                    a{
                        display: block;
                        .img{
                            border:1px solid #ccc;
                        }
                        .title{
                            display: flex;
                            justify-content: space-between;
                            align-items: center;
                            padding:0 10px;
                        }
                        h3{
                            line-height: 50px;
                            font-size: 16px;
                            width: 100%;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                        }
                        p{
                            line-height: 50px;
                        }
                    }
                }
            }
        }
    }
}

.public_type{
    padding: 4% 0;
}

.guide{
    padding: 4% 0 2% 0;
    a{
        font-size: 14px;
        &.icon{
            font-family: "simsun";
        }
    }
}
.products_read{
    .con1300{
        .pro_main{
            display: flex;
            justify-content: space-between;
            .main_left{
                width: 100%;
                max-width: 630px;
                h1{
                    font-size: 36px;
                    color: @color;

                }
                .feature{
                    h2{
                        font-size: 20px;
                        color: #797979;
                        margin: 2% 0 4% 0;
                    }
                    .f_cont{
                        line-height: 24px;
                    }
                }
            }
            .pro_img{
                width: 100%;
                max-width: 648px;
                // display: flex;
                .swiper_pro{
                    max-width: 480px;
                    border:1px solid #ccc;
                }
                #thumbs{
                    overflow: hidden;
                    max-width: 480px;
                    margin: 10px auto;
                    .swiper-slide{
                        border:1px solid #ccc;
                    }
                    .swiper-slide-thumb-active{
                        border:1px solid @color;
                    }
                }
                // #thumbs{
                //     width: 148px;
                //     &>div{
                //         flex-direction: column;
                //     }
                //     .swiper-wrapper{
                //         margin: -5px 0;
                //     }
                //     .swiper-slide{
                //         height: auto;
                //         padding:5px 0;
                //         img{
                //             border:1px solid #ccc;
                //         }
                //     }
                // }
            }
        }
   
        video{
            margin: 4% 0;
            width: 60%;
        }
     table,
 table tr th, 
 table tr td { 
      border:1px solid #333; 
      
  }
   table{
      border-collapse: collapse; padding:2px;
  }
        
    }
}

.banner{
    border-bottom: 20px solid #000;
}

// 行业应用

.appli_list{
    .list_ul{
        ul{
            margin:0 -20px;
            li{
                padding:0 20px;
                margin-bottom: 14px;
                width: 33.33%;
                a{
                    display: block;
                    h3{
                        text-align: center;
                        line-height: 30px;
                        width: 100%;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        padding: 5px 0;
                    }
                }
            }
        }
    }
}


.strength{
    .main{
        display: flex;
        justify-content: space-between;
        .main_left{
            width: 30%;
            background-color: #f5f5f5;
            .box{
                
                padding: 20px;
                h1{
                    font-size: 20px;
                    color: @color;
                }
                p{
                    line-height: 26px;
                    padding-top: 10px;
                }
            }
        }
        .main_rig{
            width: 100%;
            max-width: 856px;
            
            
            .m_main{
                background:url(../images/str_bj1.jpg) repeat-x center ;
                padding: 52px;
            box-sizing: border-box;
                display: flex;
                justify-content: space-between;
                align-items: center;
                .com{
                    width: 146px;
                    height: 146px;
                    border:4px solid #fff;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    h1{
                        
                        p{
                            font-size: 36px;
                            color: #fff;
                        }
                    }
                }
                .cont{
                    width: 570px;
                    color: #fff;
                    h1{
                        font-size: 20px;
                    }
                    .sum{
                        line-height: 26px;
                        padding-top: 10px;
                    }
                }
            }
            ul{
                display: flex;
                margin: -10px;
                margin-top: 20px;
                li{
                    width: 33.33%;
                    padding: 10px;
                }
            }
        }

        
    }
    .advan{
        padding: 3% 0;
        margin-top: 4%;
        background:url(../images/str_bj.jpg) no-repeat center;
        .con1300{
            display: flex;
            align-items: center;
            justify-content: center;
            .advan_box{
                max-width: 880px;
                h1{
                    font-size:30px;
                    color: #fff;
                    text-align: center;
                }
                .sum{
                    color: #fff;
                    line-height: 1.8;
                    padding: 20px 0;
                    font-size: 20px;
                }
            }
        }
    }
}
.strength_list{
    padding: 4% 0 0 0;
    .con1300{
        .title{
            h1{
                font-size: 30px;
                color: #515151;
                text-align: center;
                line-height: 1.5;
            }
        }
        .list_ul{
            padding: 2% 0;
            ul{
                margin:0 -12px;
                li{
                    width: 33.33%;
                    padding: 12px;
                }
            }
        }
    }
}
// 新闻资讯

.news{
    .news_main{
        display: flex;
        justify-content: space-between;
        .list_ul{
            width: 100%;
            max-width: 910px;
            margin-top: -30px;
            li{
                
                a{
                    display: flex;
                    padding: 30px 0;
                    border-bottom: 1px solid #ccc;
                    .img{
                        width: 30%;
                    }
                    .news_title{
                        width: 70%;
                        padding: 0 0 0 20px;
                        h3{
                            font-size: 18px;
                        }
                        p{
                            line-height: 40px;
                        }
                        .sum{
                            line-height: 26px;
                        }
                    }
                }
            }
        }
    }
}


.news_read {
    padding: 4% 0;
    // background-color: #f7f7f7;
  }
  .news_read .news_typename h1 {
    font-size: 22px;
    text-align: center;
  }
  .news_read .news_typename .time {
    text-align: center;
    color: #747474;
    padding: 14px 0;
  }
  .news_read .read_con {
    padding-bottom: 40px;
    line-height: 24px;
  }
  .news_read .cc_book {
    padding: 40px 0;
    margin-top: 20px;
    border-top: 1px solid #ccc;
  }

// 关于我们

.about{
    .company{
        .content{
            line-height: 28px;
            font-size: 16px;
        }
    }
    .main_pro{
        display: flex;
        .main_left{
            width: 100%;
            max-width: 726px;
            .cont{
                h1{
                    font-size: 16px;
                    font-weight: bold;
                    padding: 20px 0 10px 0;
                }
                .sum{
                    line-height: 26px;
                    color: #535353;
                }
            }
        }
        .main_rig{
            width: 100%;
            max-width: 574px;
            .m_pro{
                background-color: @color;
                color: #fff;
                padding: 30px;
                h1{
                    font-size: 18px;
                    padding: 12px 0;
                }
                .cont{
                    line-height: 26px;
                }
            }

            .active{
                display: flex;
                .img{
                    width: 50%;
                }
                .active_box{
                    width: 50%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    background: url(../images/ab_bj.jpg) no-repeat center;
                    .cont{
                        max-width: 228px;
                        h2{
                            font-size: 16px;
                            font-weight: bold;
                        }
                        p{
                            line-height: 26px;
                            padding: 5px 0;
                        }
                    }
                }
            }
        }
    }
}
.honor{
    padding-bottom: 4%;
    margin-top: 4%;
    background: url(../images/honor_bj.jpg) no-repeat center;
    .public_type{
        // padding:2% 0;
        h1{
            color: #fff;
        }

    }
    .swiper_honor{
        a{
            display: block;
            h1{
                text-align: center;
                padding-top: 10px;
                width: 100%;
                overflow: hidden;text-overflow: ellipsis;
                white-space: nowrap;
            }
        }
    }
}


.culture{
    .list_ul{
        ul{
            margin:-20px;
            li{
                width: 25%;
                padding: 20px;
                h1{
                    display: flex;
                    align-items: center;
                    padding: 10px 0;
                    i{
                        font-size: 30px;
                        color: @color;
                    }
                    p{
                        font-size: 20px;
                        color: #515151;
                        padding-left: 10px;
                    }
                }
                .sum{
                    color: #767676;
                    line-height: 26px;
                }
            }
        }
    }
}
.contact{
    .contact_info{
        .info{
            display: flex;
            padding: 3% 0;
            .cont{
                width: 42%;
                line-height: 28px;

                h1{
                    font-size: 30px;
                    line-height: 60px;
                    color: @color;
                }
            }
            
        }
    }
}
.leave{
    // padding-top: 4%;
    .mess_form{
      width: 870px;
    //   margin: 3% auto;
      p{
        display: flex;
        margin-bottom: 34px;
        align-items: center;
        justify-content: space-between;
        input{
          width: 46%;
          padding:0 8px;
          line-height: 40px;
          border:1px solid #ccc;
        }
      }
  
      textarea{
        width: 100%;
        border:1px solid #ccc;
        box-sizing:border-box;
        padding: 8px;
        line-height: 40px;
        height: 200px;
      }
  
  
  
  }
  .submit input {
      display: block;
      width: 120px;
      line-height: 36px;
      text-align: center;
      background-color: @color;
      color: #fff;
      margin: 20px auto 6% auto;
  }
  }


  
#foo_wap {
    width: 100%;
    height: 54px;
    background: @color;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 102;
    display: none;
}

#foo_wap a {
    display: block;
    padding-top: 10px;
    width: 25%;
    height: 54px;
    float: left;
    background: url(../images/foo_icon.jpg) right center no-repeat;
    overflow: hidden;
    // border-right: 0.2px solid #ccc;
}
#foo_wap li:last-child a{
    // border-right: 0px solid #ccc;
    background: none;
}
#foo_wap a img {
    display: block;
    height: 18px;
    margin: 0px auto;
}

#foo_wap a p {
    text-align: center;
    font-size: 13px;
    color: #fff;
    line-height: 28px;
}


.head-wap{
    a{
        color: #fff;
        display: block;
        line-height: 50px;
        text-indent: 2em;
    }
}
.tab_main{
    padding: 3% 0;
    .tab_nav{
        border-bottom: 1px solid #ccc;
        ul{
            display: flex;
            li{
                margin-right: 10px;
                border:1px solid #ccc;
                padding:10px 20px;
               &.on{
                   background-color: @color;
                   color: #fff;
               } 
            }
        }
    }
    .tab_cont{
        .list{
            display: none;
            padding: 10px;
            p{
                line-height: 26px;
            }
            img{
                max-width: 100%;
            }
        }
    }
}

// 产品二级
.product_wap{
    display: none;
}
.product_left{
    .uls2{
        display: none;
    }
}

.nav_m{
    .menu{
        
    
    .lis{
            margin-bottom: 8px;
            &>a.treeone{
                display: flex;
                // border:1px solid #ccc;
                line-height: 40px;
                padding:0 20px;
                font-size: 16px;
                justify-content: space-between;
                align-items: center;
                color: #fff;
                
                border-bottom: 1px solid #ccc;
                h1{
                    font-size: 17px;
                }
                i{
                                    font-size: 20px;
                                }
                
            }
            ul.uls2{
                padding: 10px;
                display: none;
                li.lis2{
                    a.treetwo{
                        display: flex;
                        justify-content: space-between;
                        align-items: center;
                        line-height: 40px;
                        padding:0 10px;
                        color: #fff;
                        border-bottom: 1px dashed #ccc;
                        h2{
                            font-size: 16px;
                            padding-left: 14px;
                        }
                         &:hover,
                                &.hover{
                                    color: @color;
                                }
                                
                    }
                    .uls3{
                        padding:10px 0;
                        display: none;
                        li{
                            a.treethree{
                                display: flex;
                        justify-content: space-between;
                        align-items: center;
                                line-height: 30px;
                                padding-left: 40px;
                                color: #fff;
                                h3{
                                    font-size: 15px;
                                }
                                &:hover,
                                &.hover{
                                    color: @color;
                                }
                            }
                            
                            .uls4{
                                display: none;
                                li{
                                    a{
                                        display: block;
                                        line-height: 30px;
                                        color: #f5f5f5;
                                        h4{
                                            padding-left: 60px;
                                            font-size: 14px;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
    }
}
}
